AuthorizationRequestResolver

An interface that describes a service that accepts an authorization requestauthorization request, validates it and resolves it (that is, fetches parts of the authorization request which are provided by reference)

Inheritors

Functions

Link copied to clipboard
abstract suspend fun resolveRequestUri(uri: String): Resolution

Tries to validate and request the provided uri into a ResolvedRequestObject.